﻿2026-07-08T23:51:37.9172595Z Current runner version: '2.335.1'
2026-07-08T23:51:37.9178052Z Runner name: 'kitsubito'
2026-07-08T23:51:37.9178630Z Runner group name: 'Default'
2026-07-08T23:51:37.9179535Z Machine name: 'KITSUBITO'
2026-07-08T23:51:37.9181627Z ##[group]GITHUB_TOKEN Permissions
2026-07-08T23:51:37.9184283Z Contents: read
2026-07-08T23:51:37.9184719Z Metadata: read
2026-07-08T23:51:37.9185114Z Packages: read
2026-07-08T23:51:37.9185499Z ##[endgroup]
2026-07-08T23:51:37.9187375Z Secret source: Actions
2026-07-08T23:51:37.9187953Z Prepare workflow directory
2026-07-08T23:51:37.9583698Z Prepare all required actions
2026-07-08T23:51:37.9617006Z Getting action download info
2026-07-08T23:51:38.3016619Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-08T23:51:38.9209458Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-07-08T23:51:39.0317119Z ##[group]Run actions/checkout@v5
2026-07-08T23:51:39.0318015Z with:
2026-07-08T23:51:39.0318452Z   fetch-depth: 0
2026-07-08T23:51:39.0319175Z   repository: SaberMage/spt-core
2026-07-08T23:51:39.0322359Z   token: ***
2026-07-08T23:51:39.0322794Z   ssh-strict: true
2026-07-08T23:51:39.0323237Z   ssh-user: git
2026-07-08T23:51:39.0323693Z   persist-credentials: true
2026-07-08T23:51:39.0324163Z   clean: true
2026-07-08T23:51:39.0324601Z   sparse-checkout-cone-mode: true
2026-07-08T23:51:39.0325093Z   fetch-tags: false
2026-07-08T23:51:39.0325531Z   show-progress: true
2026-07-08T23:51:39.0325957Z   lfs: false
2026-07-08T23:51:39.0326366Z   submodules: false
2026-07-08T23:51:39.0326834Z   set-safe-directory: true
2026-07-08T23:51:39.0327541Z ##[endgroup]
2026-07-08T23:51:39.1331376Z Syncing repository: SaberMage/spt-core
2026-07-08T23:51:39.1334394Z ##[group]Getting Git version info
2026-07-08T23:51:39.1335906Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-08T23:51:39.1337843Z [command]/usr/bin/git version
2026-07-08T23:51:39.1338686Z git version 2.43.0
2026-07-08T23:51:39.1340938Z ##[endgroup]
2026-07-08T23:51:39.1350448Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/ce4517c2-8218-4a8b-8048-0332ce12d1ae' before making global git config changes
2026-07-08T23:51:39.1351976Z Adding repository directory to the temporary git global config as a safe directory
2026-07-08T23:51:39.1354566Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-08T23:51:39.1404833Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-08T23:51:39.1432119Z https://github.com/SaberMage/spt-core
2026-07-08T23:51:39.1445328Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-08T23:51:39.1453605Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-08T23:51:39.1482118Z HEAD
2026-07-08T23:51:39.1536881Z ##[endgroup]
2026-07-08T23:51:39.1539758Z [command]/usr/bin/git submodule status
2026-07-08T23:51:39.1819320Z ##[group]Cleaning the repository
2026-07-08T23:51:39.1820921Z [command]/usr/bin/git clean -ffdx
2026-07-08T23:51:39.1872440Z Removing traceable-reqs
2026-07-08T23:51:39.1885947Z [command]/usr/bin/git reset --hard HEAD
2026-07-08T23:51:39.1993766Z HEAD is now at 006872dac Merge f1a841afed86f93bef7f75b9d73b00f791d558af into b6594201a81e22920b8ad9e717da67d5a2768e63
2026-07-08T23:51:39.2004932Z ##[endgroup]
2026-07-08T23:51:39.2007702Z ##[group]Disabling automatic garbage collection
2026-07-08T23:51:39.2013305Z [command]/usr/bin/git config --local gc.auto 0
2026-07-08T23:51:39.2054899Z ##[endgroup]
2026-07-08T23:51:39.2055978Z ##[group]Setting up auth
2026-07-08T23:51:39.2066680Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-08T23:51:39.2108496Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-08T23:51:39.2376992Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-08T23:51:39.2413874Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-08T23:51:39.2631343Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-08T23:51:39.2663862Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-08T23:51:39.2868678Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-08T23:51:39.2904240Z ##[endgroup]
2026-07-08T23:51:39.2905292Z ##[group]Fetching the repository
2026-07-08T23:51:39.2913076Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +006872dac14627cf64925b5ab625bc1d8a53a46f:refs/remotes/pull/62/merge
2026-07-08T23:51:40.6821177Z ##[endgroup]
2026-07-08T23:51:40.6822602Z ##[group]Determining the checkout info
2026-07-08T23:51:40.6824177Z ##[endgroup]
2026-07-08T23:51:40.6827882Z [command]/usr/bin/git sparse-checkout disable
2026-07-08T23:51:40.6880867Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-08T23:51:40.6911448Z ##[group]Checking out the ref
2026-07-08T23:51:40.6913178Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/62/merge
2026-07-08T23:51:40.6972621Z HEAD is now at 006872dac Merge f1a841afed86f93bef7f75b9d73b00f791d558af into b6594201a81e22920b8ad9e717da67d5a2768e63
2026-07-08T23:51:40.6981915Z ##[endgroup]
2026-07-08T23:51:40.7033194Z [command]/usr/bin/git log -1 --format=%H
2026-07-08T23:51:40.7070492Z 006872dac14627cf64925b5ab625bc1d8a53a46f
2026-07-08T23:51:40.7302347Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-07-08T23:51:40.7304344Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-07-08T23:51:40.7327041Z shell: /usr/bin/bash -e {0}
2026-07-08T23:51:40.7328146Z ##[endgroup]
2026-07-08T23:51:40.7508304Z ##[group]Run set -euo pipefail
2026-07-08T23:51:40.7509605Z [36;1mset -euo pipefail[0m
2026-07-08T23:51:40.7510546Z [36;1mPIN=0c95435[0m
2026-07-08T23:51:40.7511438Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-08T23:51:40.7512539Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-08T23:51:40.7514041Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-08T23:51:40.7515960Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-08T23:51:40.7517942Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-08T23:51:40.7519636Z [36;1m  rm -rf "$CACHE"[0m
2026-07-08T23:51:40.7520672Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-08T23:51:40.7522271Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-08T23:51:40.7523760Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-08T23:51:40.7525407Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-08T23:51:40.7526495Z [36;1mfi[0m
2026-07-08T23:51:40.7527735Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-08T23:51:40.7547916Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-08T23:51:40.7549399Z env:
2026-07-08T23:51:40.7550192Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-08T23:51:40.7551212Z ##[endgroup]
2026-07-08T23:51:41.5832060Z    Compiling proc-macro2 v1.0.106
2026-07-08T23:51:41.5832743Z    Compiling quote v1.0.45
2026-07-08T23:51:41.5833205Z    Compiling unicode-ident v1.0.24
2026-07-08T23:51:41.5833697Z    Compiling libc v0.2.186
2026-07-08T23:51:41.5834026Z    Compiling serde_core v1.0.228
2026-07-08T23:51:41.5834321Z    Compiling cfg-if v1.0.4
2026-07-08T23:51:41.5834590Z    Compiling serde v1.0.228
2026-07-08T23:51:41.5883772Z    Compiling log v0.4.32
2026-07-08T23:51:41.5937666Z    Compiling pin-project-lite v0.2.17
2026-07-08T23:51:41.5953586Z    Compiling portable-atomic v1.13.1
2026-07-08T23:51:41.5955256Z    Compiling typenum v1.20.1
2026-07-08T23:51:41.5955741Z    Compiling memchr v2.8.1
2026-07-08T23:51:41.6073678Z    Compiling version_check v0.9.5
2026-07-08T23:51:41.6078054Z    Compiling find-msvc-tools v0.1.9
2026-07-08T23:51:41.6126077Z    Compiling critical-section v1.2.0
2026-07-08T23:51:41.6566100Z    Compiling shlex v2.0.1
2026-07-08T23:51:41.7130395Z    Compiling subtle v2.6.1
2026-07-08T23:51:41.7541928Z    Compiling bytes v1.11.1
2026-07-08T23:51:41.7665081Z    Compiling futures-core v0.3.32
2026-07-08T23:51:41.9521737Z    Compiling equivalent v1.0.2
2026-07-08T23:51:41.9932283Z    Compiling smallvec v1.15.1
2026-07-08T23:51:42.0111819Z    Compiling itoa v1.0.18
2026-07-08T23:51:42.0242547Z    Compiling semver v1.0.28
2026-07-08T23:51:42.0490605Z    Compiling stable_deref_trait v1.2.1
2026-07-08T23:51:42.0963783Z    Compiling futures-sink v0.3.32
2026-07-08T23:51:42.1361255Z    Compiling generic-array v0.14.7
2026-07-08T23:51:42.1565713Z    Compiling slab v0.4.12
2026-07-08T23:51:42.1951362Z    Compiling futures-io v0.3.32
2026-07-08T23:51:42.2153111Z    Compiling futures-task v0.3.32
2026-07-08T23:51:42.2799315Z    Compiling futures-channel v0.3.32
2026-07-08T23:51:42.2971262Z    Compiling rand_core v0.10.1
2026-07-08T23:51:42.4571913Z    Compiling rustversion v1.0.22
2026-07-08T23:51:42.4786335Z    Compiling bitflags v2.12.1
2026-07-08T23:51:42.5202366Z    Compiling rustc_version v0.4.1
2026-07-08T23:51:42.5312096Z    Compiling hashbrown v0.17.1
2026-07-08T23:51:42.5385031Z    Compiling cpufeatures v0.2.17
2026-07-08T23:51:42.5721385Z    Compiling getrandom v0.4.2
2026-07-08T23:51:42.5861217Z    Compiling fnv v1.0.7
2026-07-08T23:51:42.6831455Z    Compiling cfg_aliases v0.2.1
2026-07-08T23:51:42.6930943Z    Compiling strsim v0.11.1
2026-07-08T23:51:42.6971670Z    Compiling writeable v0.6.3
2026-07-08T23:51:42.7251389Z    Compiling litemap v0.8.2
2026-07-08T23:51:42.7881376Z    Compiling icu_properties_data v2.2.0
2026-07-08T23:51:42.9334987Z    Compiling fs_extra v1.3.0
2026-07-08T23:51:42.9382179Z    Compiling ident_case v1.0.1
2026-07-08T23:51:43.0101772Z    Compiling icu_normalizer_data v2.2.0
2026-07-08T23:51:43.0242851Z    Compiling dunce v1.0.5
2026-07-08T23:51:43.0355086Z    Compiling utf8_iter v1.0.4
2026-07-08T23:51:43.1826651Z    Compiling percent-encoding v2.3.2
2026-07-08T23:51:43.1981066Z    Compiling autocfg v1.5.1
2026-07-08T23:51:43.2833362Z    Compiling http v1.4.1
2026-07-08T23:51:43.4431462Z    Compiling aws-lc-rs v1.17.0
2026-07-08T23:51:43.4751691Z    Compiling unicode-segmentation v1.13.3
2026-07-08T23:51:43.5751395Z    Compiling cpufeatures v0.3.0
2026-07-08T23:51:43.5881431Z    Compiling thiserror v2.0.18
2026-07-08T23:51:43.6281770Z    Compiling scopeguard v1.2.0
2026-07-08T23:51:43.6656176Z    Compiling chacha20 v0.10.0
2026-07-08T23:51:43.7628113Z    Compiling lock_api v0.4.14
2026-07-08T23:51:43.8508306Z    Compiling syn v2.0.117
2026-07-08T23:51:43.8983110Z    Compiling form_urlencoded v1.2.2
2026-07-08T23:51:43.9371693Z    Compiling untrusted v0.9.0
2026-07-08T23:51:43.9372289Z    Compiling rustls v0.23.40
2026-07-08T23:51:44.0553348Z    Compiling indexmap v2.14.0
2026-07-08T23:51:44.0760565Z    Compiling heck v0.5.0
2026-07-08T23:51:44.0932008Z    Compiling atomic-waker v1.1.2
2026-07-08T23:51:44.1144574Z    Compiling anyhow v1.0.102
2026-07-08T23:51:44.1451272Z    Compiling convert_case v0.10.0
2026-07-08T23:51:44.2417176Z    Compiling const-oid v0.10.2
2026-07-08T23:51:44.2848904Z    Compiling unicode-xid v0.2.6
2026-07-08T23:51:44.3006656Z    Compiling jobserver v0.1.34
2026-07-08T23:51:44.3441421Z    Compiling zerocopy v0.8.50
2026-07-08T23:51:44.3619767Z    Compiling httparse v1.10.1
2026-07-08T23:51:44.3805066Z    Compiling paste v1.0.15
2026-07-08T23:51:44.4139227Z    Compiling parking_lot_core v0.9.12
2026-07-08T23:51:44.4162250Z    Compiling num-traits v0.2.19
2026-07-08T23:51:44.4920897Z    Compiling hybrid-array v0.4.12
2026-07-08T23:51:44.6223970Z    Compiling curve25519-dalek v4.1.3
2026-07-08T23:51:44.7044889Z    Compiling cc v1.2.63
2026-07-08T23:51:44.7821292Z    Compiling ahash v0.8.12
2026-07-08T23:51:44.8081516Z    Compiling crypto-common v0.1.7
2026-07-08T23:51:44.8460599Z    Compiling block-buffer v0.10.4
2026-07-08T23:51:44.9281338Z    Compiling powerfmt v0.2.0
2026-07-08T23:51:45.0111003Z    Compiling http-body v1.0.1
2026-07-08T23:51:45.0331476Z    Compiling base64ct v1.8.3
2026-07-08T23:51:45.0401314Z    Compiling fastrand v2.4.1
2026-07-08T23:51:45.0511382Z    Compiling either v1.16.0
2026-07-08T23:51:45.0517296Z    Compiling digest v0.10.7
2026-07-08T23:51:45.2144390Z    Compiling deranged v0.5.8
2026-07-08T23:51:45.3650493Z    Compiling mio v1.2.1
2026-07-08T23:51:45.4121395Z    Compiling socket2 v0.6.4
2026-07-08T23:51:45.4198727Z    Compiling getrandom v0.2.17
2026-07-08T23:51:45.4952686Z    Compiling pem-rfc7468 v1.0.0
2026-07-08T23:51:45.7035494Z    Compiling rand v0.10.1
2026-07-08T23:51:45.7395032Z    Compiling uuid v1.23.2
2026-07-08T23:51:45.7480448Z    Compiling rand_core v0.6.4
2026-07-08T23:51:45.8101843Z    Compiling time-core v0.1.8
2026-07-08T23:51:45.8577973Z    Compiling tower-service v0.3.3
2026-07-08T23:51:45.9880522Z    Compiling data-encoding v2.11.0
2026-07-08T23:51:46.0022704Z    Compiling num-conv v0.2.2
2026-07-08T23:51:46.0354876Z    Compiling vcpkg v0.2.15
2026-07-08T23:51:46.0770983Z    Compiling try-lock v0.2.5
2026-07-08T23:51:46.1618425Z    Compiling zmij v1.0.21
2026-07-08T23:51:46.1820126Z    Compiling tinyvec_macros v0.1.1
2026-07-08T23:51:46.1958401Z    Compiling pkg-config v0.3.33
2026-07-08T23:51:46.2812204Z    Compiling base64 v0.22.1
2026-07-08T23:51:46.3661851Z    Compiling tinyvec v1.11.0
2026-07-08T23:51:46.3921767Z    Compiling want v0.3.1
2026-07-08T23:51:46.5632103Z    Compiling parking_lot v0.12.5
2026-07-08T23:51:46.5941476Z    Compiling sha2 v0.10.9
2026-07-08T23:51:46.6611049Z    Compiling block-buffer v0.12.0
2026-07-08T23:51:46.7041136Z    Compiling crypto-common v0.2.2
2026-07-08T23:51:46.8210806Z    Compiling cmake v0.1.58
2026-07-08T23:51:46.8941235Z    Compiling inout v0.1.4
2026-07-08T23:51:47.0861145Z    Compiling vergen-lib v9.1.0
2026-07-08T23:51:47.1172031Z    Compiling n0-future v0.3.2
2026-07-08T23:51:47.1821240Z    Compiling winnow v1.0.3
2026-07-08T23:51:47.3027129Z    Compiling spin v0.10.0
2026-07-08T23:51:47.3411198Z    Compiling signature v2.2.0
2026-07-08T23:51:47.3412938Z    Compiling httpdate v1.0.3
2026-07-08T23:51:47.3810998Z    Compiling serde_json v1.0.150
2026-07-08T23:51:47.4501484Z    Compiling cordyceps v0.3.4
2026-07-08T23:51:47.4914487Z    Compiling diatomic-waker v0.2.3
2026-07-08T23:51:47.4921869Z    Compiling crossbeam-utils v0.8.21
2026-07-08T23:51:47.5154975Z    Compiling parking v2.2.1
2026-07-08T23:51:47.5692233Z    Compiling ed25519 v2.2.3
2026-07-08T23:51:47.5910942Z    Compiling cipher v0.4.4
2026-07-08T23:51:47.7113641Z    Compiling futures-lite v2.6.1
2026-07-08T23:51:47.7984938Z    Compiling netlink-packet-core v0.8.1
2026-07-08T23:51:47.8076274Z    Compiling universal-hash v0.5.1
2026-07-08T23:51:47.8178644Z    Compiling vergen v9.1.0
2026-07-08T23:51:47.9007459Z    Compiling vergen-lib v0.1.6
2026-07-08T23:51:47.9112222Z    Compiling heapless v0.7.17
2026-07-08T23:51:47.9348078Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-08T23:51:47.9757207Z    Compiling noq-udp v0.10.0
2026-07-08T23:51:47.9945131Z    Compiling futures-buffered v0.2.13
2026-07-08T23:51:48.0096954Z    Compiling sync_wrapper v1.0.2
2026-07-08T23:51:48.0211097Z    Compiling opaque-debug v0.3.1
2026-07-08T23:51:48.0663389Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-08T23:51:48.1710002Z    Compiling allocator-api2 v0.2.21
2026-07-08T23:51:48.1891276Z    Compiling byteorder v1.5.0
2026-07-08T23:51:48.2471006Z    Compiling polyval v0.6.2
2026-07-08T23:51:48.2880544Z    Compiling digest v0.11.3
2026-07-08T23:51:48.3390939Z    Compiling aws-lc-sys v0.41.0
2026-07-08T23:51:48.3740858Z    Compiling ring v0.17.14
2026-07-08T23:51:48.3991223Z    Compiling libsqlite3-sys v0.30.1
2026-07-08T23:51:48.4870890Z    Compiling hash32 v0.2.1
2026-07-08T23:51:48.5780823Z    Compiling spin v0.9.8
2026-07-08T23:51:48.6012016Z    Compiling vergen-gitcl v1.0.8
2026-07-08T23:51:48.6171275Z    Compiling fallible-iterator v0.3.0
2026-07-08T23:51:48.7010840Z    Compiling ryu v1.0.23
2026-07-08T23:51:48.8901662Z    Compiling num_threads v0.1.7
2026-07-08T23:51:48.9691162Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-08T23:51:49.0310641Z    Compiling signature v3.0.0
2026-07-08T23:51:49.0471112Z    Compiling tower-layer v0.3.3
2026-07-08T23:51:49.0472177Z    Compiling time v0.3.47
2026-07-08T23:51:49.1461081Z    Compiling sha2 v0.11.0-rc.5
2026-07-08T23:51:49.1661262Z    Compiling ghash v0.5.1
2026-07-08T23:51:49.2560929Z    Compiling aes v0.8.4
2026-07-08T23:51:49.3151327Z    Compiling ctr v0.9.2
2026-07-08T23:51:49.3251814Z    Compiling fs2 v0.4.3
2026-07-08T23:51:49.3440610Z    Compiling http-body-util v0.1.3
2026-07-08T23:51:49.3910484Z    Compiling aead v0.5.2
2026-07-08T23:51:49.6172837Z    Compiling arrayvec v0.7.6
2026-07-08T23:51:49.6330511Z    Compiling utf8parse v0.2.2
2026-07-08T23:51:49.6412519Z    Compiling openssl-probe v0.2.1
2026-07-08T23:51:49.6944886Z    Compiling crossbeam-channel v0.5.15
2026-07-08T23:51:49.7450610Z    Compiling crossbeam-epoch v0.9.18
2026-07-08T23:51:49.8401213Z    Compiling netlink-packet-route v0.29.0
2026-07-08T23:51:49.8811309Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-08T23:51:49.8901359Z    Compiling blake3 v1.8.5
2026-07-08T23:51:50.0102208Z    Compiling aes-gcm v0.10.3
2026-07-08T23:51:50.1272987Z    Compiling memoffset v0.6.5
2026-07-08T23:51:50.3231426Z    Compiling acto v0.8.2
2026-07-08T23:51:50.3752002Z    Compiling netwatch v0.16.0
2026-07-08T23:51:50.4565931Z    Compiling noq v0.18.0
2026-07-08T23:51:50.5134407Z    Compiling mac-addr v0.3.0
2026-07-08T23:51:50.5361655Z    Compiling thiserror v1.0.69
2026-07-08T23:51:50.6551273Z    Compiling sorted-index-buffer v0.2.1
2026-07-08T23:51:50.7530639Z    Compiling rustix v1.1.4
2026-07-08T23:51:50.8194322Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-08T23:51:50.8361979Z    Compiling xml-rs v0.8.28
2026-07-08T23:51:50.8466553Z    Compiling identity-hash v0.1.0
2026-07-08T23:51:50.8953987Z    Compiling foldhash v0.2.0
2026-07-08T23:51:50.9525515Z    Compiling lru-slab v0.1.2
2026-07-08T23:51:51.0317984Z    Compiling rustc-hash v2.1.2
2026-07-08T23:51:51.1398072Z    Compiling synstructure v0.13.2
2026-07-08T23:51:51.1778193Z    Compiling darling_core v0.20.11
2026-07-08T23:51:51.2121602Z    Compiling tagptr v0.2.0
2026-07-08T23:51:51.2681602Z    Compiling ref-cast v1.0.25
2026-07-08T23:51:51.4261331Z    Compiling hashbrown v0.16.1
2026-07-08T23:51:51.5800926Z    Compiling serde_derive_internals v0.29.1
2026-07-08T23:51:51.9233550Z    Compiling netlink-packet-route v0.30.0
2026-07-08T23:51:52.2751816Z    Compiling proc-macro-crate v3.5.0
2026-07-08T23:51:52.4003244Z    Compiling xmltree v0.10.3
2026-07-08T23:51:52.5563947Z    Compiling errno v0.3.14
2026-07-08T23:51:52.7218696Z    Compiling termios v0.2.2
2026-07-08T23:51:52.8295065Z    Compiling serial-core v0.4.0
2026-07-08T23:51:52.8412017Z    Compiling ioctl-rs v0.1.6
2026-07-08T23:51:52.9079546Z    Compiling aho-corasick v1.1.4
2026-07-08T23:51:52.9211560Z    Compiling simple-dns v0.9.3
2026-07-08T23:51:52.9648909Z    Compiling sha1_smol v1.0.1
2026-07-08T23:51:52.9970715Z    Compiling signal-hook v0.3.18
2026-07-08T23:51:53.0943647Z    Compiling resolv-conf v0.7.6
2026-07-08T23:51:53.1871122Z    Compiling simdutf8 v0.1.5
2026-07-08T23:51:53.2139487Z    Compiling toml_write v0.1.2
2026-07-08T23:51:53.2430732Z    Compiling constant_time_eq v0.4.2
2026-07-08T23:51:53.2750586Z    Compiling arrayref v0.3.9
2026-07-08T23:51:53.3799631Z    Compiling regex-syntax v0.8.10
2026-07-08T23:51:53.3960607Z    Compiling linux-raw-sys v0.12.1
2026-07-08T23:51:53.5577983Z    Compiling smol_str v0.1.24
2026-07-08T23:51:53.5639915Z    Compiling winnow v0.7.15
2026-07-08T23:51:53.7701479Z    Compiling serial-unix v0.4.0
2026-07-08T23:51:53.8931589Z    Compiling lru v0.16.4
2026-07-08T23:51:53.9916605Z    Compiling signal-hook-registry v1.4.8
2026-07-08T23:51:54.1671219Z    Compiling darling_core v0.23.0
2026-07-08T23:51:54.1879665Z    Compiling serde_bytes v0.11.19
2026-07-08T23:51:54.2992405Z    Compiling serde_derive v1.0.228
2026-07-08T23:51:54.5891637Z    Compiling zeroize_derive v1.4.3
2026-07-08T23:51:54.5991155Z    Compiling tokio-macros v2.7.0
2026-07-08T23:51:54.9344399Z    Compiling zerofrom-derive v0.1.7
2026-07-08T23:51:55.5128178Z    Compiling futures-macro v0.3.32
2026-07-08T23:51:55.5311976Z    Compiling zeroize v1.8.2
2026-07-08T23:51:55.8541256Z    Compiling tokio v1.52.3
2026-07-08T23:51:55.8675639Z    Compiling yoke-derive v0.8.2
2026-07-08T23:51:55.9118526Z    Compiling zerovec-derive v0.11.3
2026-07-08T23:51:57.2000951Z    Compiling displaydoc v0.2.6
2026-07-08T23:51:57.2584309Z    Compiling futures-util v0.3.32
2026-07-08T23:51:57.2920566Z    Compiling zerofrom v0.1.8
2026-07-08T23:51:57.3417975Z    Compiling tracing-attributes v0.1.31
2026-07-08T23:51:57.4521199Z    Compiling rustls-pki-types v1.14.1
2026-07-08T23:51:58.2271001Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-08T23:51:58.2430571Z    Compiling yoke v0.8.3
2026-07-08T23:51:58.5376802Z    Compiling zerovec v0.11.6
2026-07-08T23:51:58.5690908Z    Compiling thiserror-impl v2.0.18
2026-07-08T23:51:58.6426420Z    Compiling zerotrie v0.2.4
2026-07-08T23:51:59.1430783Z    Compiling darling_macro v0.20.11
2026-07-08T23:51:59.1800930Z    Compiling derive_more-impl v2.1.1
2026-07-08T23:51:59.4337089Z    Compiling n0-error-macros v0.1.3
2026-07-08T23:51:59.7589168Z    Compiling tinystr v0.8.3
2026-07-08T23:51:59.7631184Z    Compiling potential_utf v0.1.5
2026-07-08T23:51:59.8806105Z    Compiling darling v0.20.11
2026-07-08T23:51:59.8960770Z    Compiling spez v0.1.2
2026-07-08T23:52:00.0090940Z    Compiling derive_builder_core v0.20.2
2026-07-08T23:52:00.0790535Z    Compiling icu_locale_core v2.2.0
2026-07-08T23:52:00.1211436Z    Compiling icu_collections v2.2.0
2026-07-08T23:52:00.4811259Z    Compiling der v0.8.0-rc.10
2026-07-08T23:52:01.1980954Z    Compiling n0-error v0.1.3
2026-07-08T23:52:01.3001445Z    Compiling pin-project-internal v1.1.13
2026-07-08T23:52:01.4771383Z    Compiling cobs v0.3.0
2026-07-08T23:52:01.8361215Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-08T23:52:01.8821152Z    Compiling icu_provider v2.2.0
2026-07-08T23:52:02.2521162Z    Compiling derive_builder_macro v0.20.2
2026-07-08T23:52:02.5797385Z    Compiling icu_properties v2.2.0
2026-07-08T23:52:02.7341473Z    Compiling icu_normalizer v2.2.0
2026-07-08T23:52:02.7630897Z    Compiling ipnet v2.12.0
2026-07-08T23:52:02.7801346Z    Compiling derive_builder v0.20.2
2026-07-08T23:52:02.9442820Z    Compiling spki v0.8.0-rc.4
2026-07-08T23:52:03.2698343Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-08T23:52:03.3381270Z    Compiling pin-project v1.1.13
2026-07-08T23:52:03.4364075Z    Compiling prefix-trie v0.8.4
2026-07-08T23:52:03.4482419Z    Compiling futures-executor v0.3.32
2026-07-08T23:52:03.5480666Z    Compiling once_cell v1.21.4
2026-07-08T23:52:03.5902358Z    Compiling ed25519-dalek v2.2.0
2026-07-08T23:52:03.6360928Z    Compiling ed25519 v3.0.0-rc.4
2026-07-08T23:52:03.7870525Z    Compiling futures v0.3.32
2026-07-08T23:52:03.8561863Z    Compiling tracing-core v0.1.36
2026-07-08T23:52:04.0685102Z    Compiling spt-proto v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-08T23:52:04.2067603Z    Compiling hashbrown v0.14.5
2026-07-08T23:52:04.2490436Z    Compiling postcard-derive v0.2.2
2026-07-08T23:52:04.3355068Z    Compiling data-encoding-macro v0.1.20
2026-07-08T23:52:04.4371280Z    Compiling rustls-native-certs v0.8.4
2026-07-08T23:52:04.5895746Z    Compiling tokio-util v0.7.18
2026-07-08T23:52:04.6662120Z    Compiling tracing v0.1.44
2026-07-08T23:52:04.7499551Z    Compiling idna_adapter v1.2.2
2026-07-08T23:52:04.9006367Z    Compiling idna v1.1.0
2026-07-08T23:52:05.1551410Z    Compiling netlink-sys v0.8.8
2026-07-08T23:52:05.1771184Z    Compiling tower v0.5.3
2026-07-08T23:52:05.4236490Z    Compiling hashlink v0.9.1
2026-07-08T23:52:05.4336900Z    Compiling postcard v1.1.3
2026-07-08T23:52:05.4651916Z    Compiling num_enum_derive v0.7.6
2026-07-08T23:52:05.5441503Z    Compiling iroh-metrics-derive v0.4.1
2026-07-08T23:52:05.8280954Z    Compiling url v2.5.8
2026-07-08T23:52:05.8809937Z    Compiling derive_more v2.1.1
2026-07-08T23:52:06.0270669Z    Compiling h2 v0.4.14
2026-07-08T23:52:06.0460020Z    Compiling rusqlite v0.32.1
2026-07-08T23:52:06.2581591Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-08T23:52:06.2979894Z    Compiling enum-assoc v1.3.0
2026-07-08T23:52:06.2998870Z    Compiling async-trait v0.1.89
2026-07-08T23:52:06.3168665Z    Compiling strum_macros v0.28.0
2026-07-08T23:52:06.3780726Z    Compiling n0-watcher v0.6.1
2026-07-08T23:52:06.5709355Z    Compiling iroh-relay v0.98.0
2026-07-08T23:52:06.7710886Z    Compiling iroh-metrics v0.38.3
2026-07-08T23:52:06.8181204Z    Compiling tokio-stream v0.1.18
2026-07-08T23:52:06.9021109Z    Compiling netdev v0.42.0
2026-07-08T23:52:07.0300784Z    Compiling netlink-proto v0.12.0
2026-07-08T23:52:07.3211299Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-08T23:52:07.3442174Z    Compiling attohttpc v0.30.1
2026-07-08T23:52:07.5926748Z    Compiling num_enum v0.7.6
2026-07-08T23:52:07.6067734Z    Compiling iroh-base v0.98.0
2026-07-08T23:52:07.6334059Z    Compiling tower-http v0.6.11
2026-07-08T23:52:07.6582263Z    Compiling moka v0.12.15
2026-07-08T23:52:07.7376835Z    Compiling serde_spanned v0.6.9
2026-07-08T23:52:07.9780670Z    Compiling toml_datetime v0.6.11
2026-07-08T23:52:07.9851414Z    Compiling spt-store v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-08T23:52:07.9981556Z    Compiling thiserror-impl v1.0.69
2026-07-08T23:52:08.2030999Z    Compiling ref-cast-impl v1.0.25
2026-07-08T23:52:08.4800715Z    Compiling toml_edit v0.22.27
2026-07-08T23:52:09.1758332Z    Compiling webpki-roots v1.0.7
2026-07-08T23:52:09.1960595Z    Compiling regex-automata v0.4.14
2026-07-08T23:52:09.2141589Z    Compiling schemars_derive v1.2.1
2026-07-08T23:52:09.3454332Z    Compiling hmac v0.12.1
2026-07-08T23:52:09.3594246Z    Compiling seize v0.5.1
2026-07-08T23:52:09.5026149Z    Compiling iroh v0.98.2
2026-07-08T23:52:09.5654285Z    Compiling dyn-clone v1.0.20
2026-07-08T23:52:09.8303326Z    Compiling pin-utils v0.1.0
2026-07-08T23:52:09.9021283Z    Compiling rustix v0.38.44
2026-07-08T23:52:09.9130671Z    Compiling bitflags v1.3.2
2026-07-08T23:52:09.9291221Z    Compiling cmov v0.5.4
2026-07-08T23:52:10.0155114Z    Compiling nix v0.25.1
2026-07-08T23:52:10.1531648Z    Compiling papaya v0.2.4
2026-07-08T23:52:10.3126091Z    Compiling ctutils v0.4.2
2026-07-08T23:52:10.3361485Z    Compiling hkdf v0.12.4
2026-07-08T23:52:10.3591423Z    Compiling backon v1.6.0
2026-07-08T23:52:10.4151683Z    Compiling strum v0.28.0
2026-07-08T23:52:10.5201339Z    Compiling darling_macro v0.23.0
2026-07-08T23:52:10.5940823Z    Compiling iroh-dns v0.98.0
2026-07-08T23:52:10.6032599Z    Compiling filedescriptor v0.8.3
2026-07-08T23:52:10.7062304Z    Compiling serial v0.4.0
2026-07-08T23:52:10.8453602Z    Compiling anstyle-parse v1.0.0
2026-07-08T23:52:10.8961737Z    Compiling vte_generate_state_changes v0.1.2
2026-07-08T23:52:11.1110733Z    Compiling anstyle v1.0.14
2026-07-08T23:52:11.1216815Z    Compiling anstyle-query v1.1.5
2026-07-08T23:52:11.1901832Z    Compiling foldhash v0.1.5
2026-07-08T23:52:11.2010544Z    Compiling colorchoice v1.0.5
2026-07-08T23:52:11.2607478Z    Compiling instability v0.3.12
2026-07-08T23:52:11.2776156Z    Compiling linux-raw-sys v0.4.15
2026-07-08T23:52:11.3391635Z    Compiling is_terminal_polyfill v1.70.2
2026-07-08T23:52:11.3456177Z    Compiling downcast-rs v1.2.1
2026-07-08T23:52:11.4562320Z    Compiling shell-words v1.1.1
2026-07-08T23:52:11.4880974Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-08T23:52:11.4967715Z    Compiling anstream v1.0.0
2026-07-08T23:52:11.5018218Z    Compiling hashbrown v0.15.5
2026-07-08T23:52:11.5300750Z    Compiling vte v0.13.1
2026-07-08T23:52:11.5801621Z    Compiling darling v0.23.0
2026-07-08T23:52:11.6987166Z    Compiling signal-hook-mio v0.2.5
2026-07-08T23:52:11.7361248Z    Compiling spake2 v0.4.0
2026-07-08T23:52:11.8430752Z    Compiling terminal_size v0.4.4
2026-07-08T23:52:12.0921175Z    Compiling strum_macros v0.26.4
2026-07-08T23:52:12.1763295Z    Compiling toml v0.8.23
2026-07-08T23:52:12.3970814Z    Compiling sha1 v0.10.6
2026-07-08T23:52:12.4561235Z    Compiling schemars v1.2.1
2026-07-08T23:52:12.8681483Z    Compiling spt-msg v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-08T23:52:12.8890962Z    Compiling itertools v0.13.0
2026-07-08T23:52:13.3183964Z    Compiling castaway v0.2.4
2026-07-08T23:52:13.4826223Z    Compiling unicode-width v0.1.14
2026-07-08T23:52:13.7721508Z    Compiling regex v1.12.3
2026-07-08T23:52:13.9705567Z    Compiling doctest-file v1.1.1
2026-07-08T23:52:14.1771409Z    Compiling clap_lex v1.1.0
2026-07-08T23:52:14.2630993Z    Compiling indoc v2.0.7
2026-07-08T23:52:14.5370775Z    Compiling hyper v1.10.1
2026-07-08T23:52:14.7953405Z    Compiling spt-runtime v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-08T23:52:14.9370648Z    Compiling static_assertions v1.1.0
2026-07-08T23:52:15.1081413Z    Compiling compact_str v0.8.2
2026-07-08T23:52:15.8039582Z    Compiling strum v0.26.3
2026-07-08T23:52:15.9330613Z    Compiling unicode-truncate v1.1.0
2026-07-08T23:52:15.9679442Z    Compiling interprocess v2.4.2
2026-07-08T23:52:16.0034291Z    Compiling clap_builder v4.6.0
2026-07-08T23:52:16.0779933Z    Compiling portable-pty v0.8.1
2026-07-08T23:52:16.2101181Z    Compiling crossterm v0.28.1
2026-07-08T23:52:16.2181613Z    Compiling lru v0.12.5
2026-07-08T23:52:16.3763004Z    Compiling clap_derive v4.6.1
2026-07-08T23:52:16.4836629Z    Compiling cassowary v0.3.0
2026-07-08T23:52:16.5200949Z    Compiling unicode-width v0.2.0
2026-07-08T23:52:16.7449893Z    Compiling iana-time-zone v0.1.65
2026-07-08T23:52:16.9761273Z    Compiling spt-term v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-08T23:52:17.3083812Z    Compiling chrono v0.4.45
2026-07-08T23:52:17.4951239Z    Compiling nucleo-matcher v0.3.1
2026-07-08T23:52:17.6771287Z    Compiling hyper-util v0.1.20
2026-07-08T23:52:17.8792374Z    Compiling ratatui v0.29.0
2026-07-08T23:52:17.9960882Z    Compiling qrcode v0.14.1
2026-07-08T23:52:18.1343812Z    Compiling tempfile v3.27.0
2026-07-08T23:52:19.9312219Z    Compiling spt-live v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-08T23:52:20.0606618Z    Compiling clap v4.6.1
2026-07-08T23:52:20.7081941Z    Compiling igd-next v0.17.1
2026-07-08T23:52:22.2643956Z    Compiling portmapper v0.16.0
2026-07-08T23:52:29.2905643Z    Compiling rustls-webpki v0.103.13
2026-07-08T23:52:32.5652755Z    Compiling tokio-rustls v0.26.4
2026-07-08T23:52:32.5653289Z    Compiling rustls-platform-verifier v0.7.0
2026-07-08T23:52:32.5653623Z    Compiling noq-proto v0.17.0
2026-07-08T23:52:32.8140922Z    Compiling hickory-net v0.26.0-beta.4
2026-07-08T23:52:32.8141490Z    Compiling hyper-rustls v0.27.9
2026-07-08T23:52:32.8141927Z    Compiling tokio-websockets v0.13.2
2026-07-08T23:52:33.0391107Z    Compiling reqwest v0.13.4
2026-07-08T23:52:34.4123354Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-08T23:52:53.8895279Z    Compiling spt-net v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-08T23:52:55.9505771Z    Compiling spt-daemon v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-08T23:53:07.3948505Z    Compiling spt v0.29.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-08T23:53:13.9819709Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 33s
2026-07-08T23:53:14.0090281Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-fcfd220d3d8df4b9)
2026-07-08T23:53:14.0103322Z 
2026-07-08T23:53:14.0103435Z running 1 test
2026-07-08T23:53:20.2733061Z test new_brain_serves_against_old_broker ... ok
2026-07-08T23:53:20.2734397Z 
2026-07-08T23:53:20.2734851Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.26s
2026-07-08T23:53:20.2735417Z 
2026-07-08T23:53:20.3003612Z Post job cleanup.
2026-07-08T23:53:20.3808510Z [command]/usr/bin/git version
2026-07-08T23:53:20.3848673Z git version 2.43.0
2026-07-08T23:53:20.3883492Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/2052d370-e34c-43bd-be22-919b2629d7c9' before making global git config changes
2026-07-08T23:53:20.3884198Z Adding repository directory to the temporary git global config as a safe directory
2026-07-08T23:53:20.3887618Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-08T23:53:20.3921846Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-08T23:53:20.3953179Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-08T23:53:20.4162973Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-08T23:53:20.4187268Z http.https://github.com/.extraheader
2026-07-08T23:53:20.4199436Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-07-08T23:53:20.4229949Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-08T23:53:20.4427286Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-08T23:53:20.4458167Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-08T23:53:20.4869342Z Cleaning up orphan processes
2026-07-08T23:53:20.5667488Z Terminate orphan process: pid (1206964) (spt)
